Package-level declarations
Types
Link copied to clipboard
interface BackgroundRemovalConfig
Configuration for the background removal plugin.
Link copied to clipboard
Segmentation mask returned by a background removal backend.
Link copied to clipboard
Plugin for background removal. This plugin adds a dedicated button to the Dock that removes the background from the current page.
Functions
Link copied to clipboard
fun Dock.Button.rememberBackgroundRemoval(config: BackgroundRemovalConfig, builder: Dock.ButtonBuilder.() -> Unit = {}): Button<Dock.ItemScope>
A composable helper function that creates and remembers a Dock.Button that removes background from the current page.